What criteria would I use SQL Stream Insight vs TPL Dataflow [closed]
        Posted  
        
            by 
                makerofthings7
            
        on Programmers
        
        See other posts from Programmers
        
            or by makerofthings7
        
        
        
        Published on 2012-11-08T01:49:29Z
        Indexed on 
            2012/11/08
            11:22 UTC
        
        
        Read the original article
        Hit count: 343
        
There is an add-in to the Task Parallel Library (TPL) called TPL Dataflow that allows a variety of data processing scenarios.
It seems that there are some parallels to the SQL Stream Insight product, however since SQL's Stream Insight has some interesting licensing around it, and it has a better performance depending on what license I get... I found myself asking myself should I use TPL Dataflow and not have any licensing issues, and possibly better performance.
Can anyone tell me if performance is a valid criteria for comparing SQL Stream Insight vs TPL Dataflow?
What other criteria should I be looking at when comparing the two?
© Programmers or respective owner